05. currentlyPlaying Variable
currentlyPlaying Variable
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Code
Declaration and initialization one
String currentPlaying = "Pinocchio -- Penguin Prison;
Declaration and initialization two
string currentPlaying = "Fantasy -- Alina Baraz & Galimatias";
Declaration and initialization three
String currentPlaying = "Call Me Up -- Chromeo"
*This is optional code available for you if you'd like to try running it in Android Studio. Unsure what to do? Go to the "Experimenting with the Code" page. *